home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / viewer / acdc121 / history.txt < prev   
Text File  |  1995-01-25  |  3KB  |  75 lines

  1. Version 1.21 - Jan. 1995
  2. ~~~~~~~~~~~~~~~~~~~~~~~~
  3. o Uses CTL3DV2.DLL instead of CTL3D.DLL
  4. o Executable is a lot smaller
  5. o Fixed bug that caused images in the root directory of a drive to not be
  6.   recognized properly
  7. o Fixed bug that caused ACDSee to crash if the root directory of a drive
  8.   contained no files or subdirectories
  9. o Having two top-level windows was the source of some grief for the Windows 
  10.   window manager.  Now the Image Browser and View Window are both child
  11.   windows of an invisible main window.
  12. o Targa (TGA) images which are RLE-compressed are now read properly
  13. o Thumbnails are now generated properly for Grayscale Targa (TGA) images 
  14. o Fixed bug that caused thumbnails to sometimes be displayed in full size and 
  15.   colour
  16. o ACDSee will now spawn itself to view an image even if no association has
  17.   been made to ACDSee for that file type
  18.  
  19. Version 1.2 - Jan. 1995
  20. ~~~~~~~~~~~~~~~~~~~~~~~
  21. o Replaced the Open Image dialog with the Image Browser window, providing
  22.         o optional quick image preview
  23.         o coloured filenames
  24.         o optional 4DOS descriptions and image information
  25.         o 4DOS descriptions may be edited
  26.         o window may be resized
  27.         o option to spawn a new copy of ACDSee for each image opened
  28.         o allows launching of other application via file associations
  29. o Added slideshow support
  30. o Added option to automatically resize the viewing window or not
  31. o Added Always-On-Top option
  32. o Added Full-Screen option
  33. o Added Drag-and-Drop support
  34. o The view window may now be scrolled using the cursor keys
  35. o Added GIF interlaced suppport, and GIF preview
  36. o Added PCX support
  37. o Added TGA support
  38. o Added BMP support (no OS/2 or RLE right now)
  39. o Added new quantization/dithering routines:  No dithering, Ordered Dithering
  40.   and Floyd-Steinburg dithering (except for JPEG Ordered, which is hard-coded
  41.   into the decoder)
  42. o Added Floyd Steinburg dithering process to the thumbnails when the source
  43.   image is highcolor or truecolor (except to JPEG, which is Ordered and hard
  44.   coded into the decoder)  No dithering for paletted images right now.
  45. o Removed support for scroll bars in the view window
  46. o Fixed a bug in the registration dialog box that prevented people with long
  47.   names from registering
  48.  
  49.  
  50. Version 1.1 - Dec. 1994
  51. ~~~~~~~~~~~~~~~~~~~~~~~~
  52. o Added support for non-interlaced, single-image GIFs
  53. o Added JPEG quick preview feature
  54. o Improved the registration system
  55. o ACDSee uses less memory now
  56. o Changed the halftone palette system
  57. o Added the #colours in the image to the title bar display
  58.  
  59.  
  60. Version 1.01 - Dec. 1994
  61. ~~~~~~~~~~~~~~~~~~~~~~~~
  62. o Fixed bug that caused ACDSee to crash when multiple copies were running
  63.   simultaneously (the problem was that I was grabbing a device context
  64.   and holding it during compression, which is a no-no -- windows only
  65.   supports five concurrent device contexts)
  66. o Vast improvement in image quality when displaying grayscale JPEG's 
  67.   in 256-color mode.
  68. o Re-organized code to make it easier to add other image formats, such as
  69.   GIF (yes, it's coming...).
  70.  
  71.  
  72. Version 1.0 - Nov. 1994
  73. ~~~~~~~~~~~~~~~~~~~~~~~
  74. Initial release.
  75.